From aa49045c6565b2eea21b2fae7d06e98dcf784f48 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Dec 2009 19:25:01 +0000 Subject: [PATCH] (archive-rar-summarize): Allow between 6 and 7 characters in the Attribute field. --- lisp/arc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 1d67a6ce918..474d7bdd5ab 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself." ;; Ratio ; Date' " +\\([0-9%]+\\) +\\([-0-9]+\\)" ;; Time ; Attr. - " +\\([0-9:]+\\) +......" + " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}" ;; CRC; Meth ; Var. " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n")) (goto-char (match-end 0)) -- 2.30.2